Release 10.1A: OpenEdge Deployment:
WebClient Applications
Displaying the AppServer authentication dialog
To display WebClient’s AppServer authentication dialog, use the
_getAppServerAuthentication.pprocedure, which has the following signature:
Use the
_getAppServerAuthentication.pprocedure if the codebase and business logic reside on the same AppServer or share the same authorization information and:
- Authentication is required only at the AppServer and not at the AIA Web server (or you are not using AIA).
Or:
Note: In this case, you might instead call- Authentication is required at AIA and at the AppServer, but AIA authorization information is set in the security cache and thus available in
CODEBASE-LOCATOR:URL-USERIDandCODEBASE-LOCATOR:URL-PASSWORD._getAIAandAppServerAuthentication.p, passing in the known values and allowing the end user to fill in the missing values.To invoke the
_getAppServerAuthentication.pprocedure, call it with a partially qualified pathname that starts with thewcadddirectory, as in the following code fragment:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |